home *** CD-ROM | disk | FTP | other *** search
/ CD ROM Paradise Collection 4 / CD ROM Paradise Collection 4 1995 Nov.iso / clang / beaut15.zip / README.1ST < prev   
Text File  |  1994-11-14  |  2KB  |  64 lines

  1. History
  2. -------
  3.  
  4. Version 0.9
  5. -----------
  6. Heaps of bugs, should of never been released
  7.  
  8. Version 1.0
  9. -----------
  10. Heaps of bug fixes, have tested the program heaps, and tryed to extract
  11. 98% of the errors, any bugs found while using this program are to be considered
  12. as undocumented features.
  13.  
  14. Future Versions will include most of the limitations of version 1 fixed.
  15. I haven't fixed these yet as I'd rather have a program that works happly
  16. instead of one that is giving me eternal hassles (plus project dead lines).
  17. The next updated version will be released within early December.
  18.  
  19. Version 1.5
  20. -----------
  21.        - Couple more bug fixes, and some code optimisation.
  22.        
  23.        - Unlimited (ram limited) amount of line decoding so even the most
  24.          tangled code can be decoded (uses recursion).
  25.          
  26.        - Unlimited amount of single code indenting is provided 
  27.          (fixed from last version (uses recursion))
  28.          
  29.        - Options for program can entered via command line, or configuration
  30.          file.
  31.          
  32.        - Operating system I/O redirection is fully support within the 
  33.          program.
  34.  
  35.        - User definable line buffer size.
  36.        
  37. I have tryed to test this program regiously to see that I have no rouge
  38. pointers lying within ... (fingers crossed). Anyways it ran fine under 
  39. Qemm, and Windows (i.e. no exception errors due to incorrect memory access).
  40. Using Qemm V7.0, the program uses DPMI memory allocation so you the program
  41. allocate memory exceeding 640 k in MS-DOS memory model. This is done by
  42. processing large files (i.e. 1 meg+), and using a very very large buffer
  43. (i.e. 10000). Large buffers above 10 are are not really require and will
  44. slow processing because of extensive searching (plus my Queue object isn't
  45. the fastest of designs ever).
  46.  
  47.         
  48. Util
  49. ----
  50. Text Conversion:
  51. I've provided a program than when compiled will convert MS-DOS text input
  52. UNIX text using standard output, or Unix text to MS-DOS text (OS dependant).
  53. Use this program to convert my source so that it can be compiled without
  54. worries of carriage returns.
  55.  
  56. Compiling
  57. ---------
  58. The only OS type system that this program has been tested onis MS-DOS, so I
  59. give no guarantees that this program will function under any other OS
  60. other then DOS. It's up to you to fix any possible conflicts between
  61. compilers/operating systems. This software is provided on the
  62. "As Is Where Is" basies.
  63.  
  64.